home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT01.Dxr / 00005.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  569 b   |  23 lines

  1. on exitFrame
  2.   global volume, slide, ayumi, shu, mayu, asw, ssw, msw, zzz, atoi, stoi, mtoi
  3.   set atoi to 0
  4.   set stoi to 0
  5.   set mtoi to 0
  6.   set asw to 0
  7.   set ssw to 0
  8.   set msw to 0
  9.   set ayumi to 0
  10.   set shu to 0
  11.   set mayu to 0
  12.   set zzz to 0
  13.   set the visible of sprite 16 to 1
  14.   set volume to the soundLevel
  15.   set slide to (volume * 23) + 59
  16.   set the visible of sprite 10 to 1
  17.   set the visible of sprite 11 to 1
  18.   set the visible of sprite 12 to 1
  19.   set the visible of sprite 13 to 0
  20.   set the visible of sprite 14 to 0
  21.   set the visible of sprite 15 to 1
  22. end
  23.